跳到主要内容

Angle

Specifies the range angle.

Type

Enumeration

Values

  • "xlDownward"
  • "xlHorizontal"
  • "xlUpward"
  • "xlVertical"

Example

This example specifys that the range contents will be rotated upward.

worksheet.GetRange("A1").SetOrientation("xlUpward");